home *** CD-ROM | disk | FTP | other *** search
- /* README */
-
- This package includes the source of the programs `fbm2fli' and `fboctree'.
- For more details about the programs see the descriptions `fbm2fli.doc'
- and `fboctree.doc'.
-
- Beside of this README file you should have the following files:
-
- fbm2fli.doc Description for fbm2fli
- fboctree.c Source of fboctree
- fboctree.doc Description for fboctree
- fpfli.h ---\
- fppbrun.c |
- fppcolor.c |
- fppdelta.c |
- fppfile.c |--- Source of fbm2fli
- fppframe.c |
- fpplc.c |
- fppmain.c |
- fppmake.c ---/
- makefile Makefile
-
- To build the programs the library of the FBM package from
- Michael Mauldin (mlm@nl.cs.cmu.edu) is required.
- The FBM package is available via FTP as
- "nl.cs.cmu.edu:/usr/mlm/ftp/fbm.tar.Z".
-
- Probably some changes in the makefile are required to indicate
- where the FBM stuff is located on your machine and which compiler
- is used. First you have to check the definitions for FBM and CC in the
- makefile. Then simply type `make all' and hopefully both programs
- a build without errors (or better: without warnings).
-
- I made successful tests on SUN-Sparcs and PCs using Linux. I used
- version 1.0 and 1.2 of the FBM package and gcc compilers with
- version 2.*.*. On my SUN I get several warnings (`-Wall' !!).
-
- -- Klaus Ehrenfried (klaus@spock.es.go.dlr.de)
-